|
|
|
BlueCielo Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions |
This event occurs after a role assignment has been removed from the Assign Roles dialog.
Syntax
Private Sub AMUIExtension_AfterRemoveUserRole(
ByVal CurrentObject As Object,
ByVal UserOrUsergroup As String,
ByVal UserRole As AmOm.IAMUserRole)
Name | Description |
---|---|
CurrentObject |
The enclosure for which assignments are changed (AMFolder object or AMWorkPackage object) |
UserOrUsergroup |
The user or group |
UserRole |
The UserRole |
Remarks
After this event the role assignment is removed from the Assign Roles dialog. But it will not be deleted until the user clicks OK.
The assignment will actually be deleted after the CloseAssignRoles event.
Copyright © 2000-2013 BlueCielo ECM Solutions |